home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / MENUS.CTL < prev    next >
Text File  |  1996-12-14  |  2KB  |  44 lines

  1. % (C) 1996 Stefan Xenos
  2. %
  3. % This file defines the History menus. Include this file in your MENUS.CTL
  4. % and add the line
  5. %
  6. %        Display_Menu    History                 AsstSysop "History"
  7. %
  8. % to your Sysop menu.
  9.  
  10. Menu History
  11.         Title           HISTORY (%t mins)
  12.         OptionWidth     18
  13.         HeaderFile      :history\callhdr
  14.         MEX             history\calldir         Demoted "Order"
  15.         MEX             history\calllist        Demoted "List"
  16.         MEX             history\listdays        Demoted "Days"
  17.         MEX             history\callstat        Demoted "Average"
  18.         Display_menu    Criteria                Demoted "Criteria"
  19.         Display_menu    Sysop                   Demoted "Quit"
  20.         Display_file    history\dox             Demoted "!Docs"
  21.         Display_file    history\main            Demoted "?Help"
  22. End Menu
  23.  
  24. Menu Criteria
  25.         Title           CRITERIA (%t mins)
  26.         OptionWidth     18
  27.         HeaderFile      :history\crithdr
  28.         MEX             history\critname        Demoted "Name"
  29.         MEX             history\critcity        Demoted "City"
  30.         MEX             history\critgkey        Demoted "Good keys"
  31.         MEX             history\critbkey        Demoted "Bad keys"
  32.         MEX             history\crittask        Demoted "Task"
  33.         MEX             history\critcall        Demoted "Min calls"
  34.         MEX             history\critlsec        Demoted "Low priv"
  35.         MEX             history\crithsec        Demoted "High priv"
  36.         MEX             history\critdef         Demoted "Defaults"
  37.         MEX             history\critgflg        Demoted "+ Good flags"
  38.         MEX             history\critbflg        Demoted "- Bad flags"
  39.         Display_file    history\crithelp        Demoted "? Help"
  40.         Display_menu    History                 Demoted "Quit"
  41.  NoDsp  Display_menu    History                 Demoted "|"
  42. End Menu
  43.  
  44.